Welcome![Sign In][Sign Up]
Location:
Search - android 1.5

Search list

[BooksAndroid基础教程

Description: 第一部分 Android简介 第1章 快速入门.............. 3 1.1 安装工具...... 3 1.1.1 Java 5.0+.... 3 1.1.2 Eclipse.......... 4 1.1.3 Android....... 4 1.1.4 Eclipse插件..................... 5 1.2 创建第一个程序.... 7 1.3 在模拟器上运行程序............... 8 1.4 在手机上运行程序..................... 9 1.5 快速阅读指南.......... 9 第2章 基本概念........... 11 2.1 Android的系统架构................ 11 2.1.1 Linux内核..................... 11 2.1.2 本机库...... 12 2.1.3 Android运行时......... 13 2.1.4 应用程序框架........... 14 2.1.5 应用程序 15 2.2 它还活着... 15 2.2.1 进程不等于应用程序......... 16 2.2.2 应用程序生命周期............... 17 2.3 构建块......... 19 2.3.1 活动............ 19 2.3.2 意图............ 19 2.3.3 服务............ 19 2.3.4 内容提供者................. 19 2.4 使用资源... 20 2.5 安全性......... 20 2.6 快速阅读指南....... 21 第二部分 Android基础知识 第3章 设计用户界面..................... 25 3.1 数独游戏简介....... 25 3.2 声明性设计............. 26 3.3 创建启动界面....... 27 3.4 使用替代资源....... 34 3.5 实现About对话框..................... 37 3.6 应用主题... 41 3.7 添加菜单... 43 3.8 添加设置... 45 3.9 开始新游戏............. 47 3.10 利用日志消息调试程序... 48 3.11 利用调试器调试程序......... 50 3.12 退出游戏 50 3.13 快速阅读指南.... 50 第4章 绘制2D图形...................... 53 4.1 Android图形基础...................... 53 4.1.1 Color类... 53 4.1.2 Paint类... 54 4.1.3 Canvas类 55 4.1.4 Path类...... 55 4.1.5 Drawable类................. 56 4.2 在Sudoku程序中添加图形............... 58 4.2.1 开始游戏 58 4.2.2 定义Game类................. 58 4.2.3 定义PuzzleView类............... 60 4.2.4 绘制游戏盘面........... 61 4.2.5 绘制数字 63 4.3 处理输入... 65 4.3.1 定义和更新选定区域......... 66 4.3.2 输入数字 68 4.3.3 增加提示 69 4.3.4 抖动屏幕 70 4.4 其他问题... 71 4.4.1 创建软键盘................. 71 4.4.2 实现游戏逻辑........... 76 4.4.3 其他功能 78 4.5 更多改进... 80 4.6 快速阅读指南....... 81 第5章 多媒体. 83 5.1 播放音频... 83 5.2 播放视频... 88 5.3 为数独游戏配上音乐............ 92 5.4 快速阅读指南....... 94 第6章 存储本地数据..................... 95 6.1 为数独游戏添加选项............ 95 6.2 继续玩前一个游戏.................. 97 6.3 记住当前位置....... 99 6.4 访问内部文件系统............... 100 6.5 访问SD卡.............. 101 6.6 快速阅读指南.... 103 第三部分 高级主题 第7章 互联的世界. 107 7.1 通过意图实现浏览............... 108 7.2 利用视图打开网页............... 111 7.3 JavaScript与Java通信.......... 115 7.4 使用Web服务..... 121 7.5 快速阅读指南.... 131 第8章 定位与环境感知........... 133 8.1 位置,位置,位置............... 133 8.1.1 我在哪里.................... 135 8.1.2 更新位置.................... 137 8.1.3 模拟说明.................... 138 8.2 充分利用传感器..................... 139 8.2.1 了解传感器.............. 139 8.2.2 解析传感器的读数............ 140 8.2.3 模拟说明.................... 140 8.3 地图功能 141 8.3.1 嵌入MapView........... 142 8.3.2 准备就绪.................... 145 8.3.3 模拟说明.................... 146 8.4 快速阅读指南.... 147 第9章 SQL实战...... 149 9.1 SQLite简介........... 149 9.2 SQL基础 150 9.2.1 DDL语句.................... 151 9.2.2 修改语句.................... 151 9.2.3 查询语句.................... 151 9.3 你好,数据库.... 152 9.3.1 使用SQliteOpenHelper 153 9.3.2 定义主程序.............. 155 9.3.3 添加一行.................... 156 9.3.4 运行一个查询........ 157 9.3.5 显示查询结果........ 158 9.4 数据绑定 159 9.5 使用ContentProvider...... 162 9.5.1 更改主程序.............. 164 9.5.2 添加一行.................... 164 9.5.3 运行一个查询........ 165 9.6 实现ContentProvider...... 165 9.7 快速阅读指南.... 166 第10章 利用OpenGL实现3D图形.............. 169 10.1 理解3D图形..... 169 10.2 OpenGL简介.... 170 10.3 构建一个OpenGL程序... 171 10.4 管理线程............. 173 10.5 构建一个模型. 178 10.6 光线、相机…….................. 181 10.7 动作......... 183 10.8 应用纹理............. 184 10.9 透明效果............. 187 10.10 快速阅读指南..................... 189 第四部分 附录 附录A Java与Android语言及其API.......... 193 附录B 参考书目........ 197
Platform: | Size: 13578541 | Author: pumaxy | Hits:

[SourceCodeandroid十大例子

Description: 1、 图片浏览器(Picture Viewer) 2 、文件浏览器(File Browser) 3 、通讯录(Contact) 4 、任务管理器(Task Manager) 5 、音乐播放器(Rock Player) 6 、天气预报(Android Weather Forecast) 7 、多媒体播放器(Android Media Player) 8、短信语音播报(Speak Message Service) 9、手机远程监控(Cam Monitor) 10、贪吃蛇游戏(Snake)
Platform: | Size: 3103789 | Author: wangyingjie2008@163.com | Hits:

[Game ProgramTank

Description: android 1.5 版本 坦克大战源码-android 1.5 version of the Battle City Source
Platform: | Size: 224256 | Author: 紫云 | Hits:

[JSP/Javaex13_googleApi

Description: 基于android 1.5平台的个人GPS定位,编译环境eclipse-Based on android 1.5 platform for the personal GPS positioning, build environment eclipse
Platform: | Size: 169984 | Author: 白同学 | Hits:

[JSP/Javadouban_android

Description: 基于Android 1.5平台的豆瓣网客户端实例,编译环境eclipse-Watercress on Android 1.5 platform, network client instance eclipse build environment
Platform: | Size: 1241088 | Author: 白同学 | Hits:

[androidandroid-mediaplayer

Description: 在android环境下运行,功能是多媒体播放器-In the android operating environment, functions of media player
Platform: | Size: 201728 | Author: harry | Hits:

[androidRecorder

Description: android 1.5 eclips 3.0 开发的录音机 实现录音放音暂停和回放功能,需要模拟器加载SD卡-android 1.5 eclips 3.0
Platform: | Size: 29696 | Author: lifeng | Hits:

[androidTypeNote

Description: android 1.5 eclips 3.0 开发的手写字体转图片功能 -android 1.5 eclips 3.0
Platform: | Size: 28672 | Author: lifeng | Hits:

[androidVideoComponent

Description: Android 1.5之后支持vidio录音api.这里创建了一个程序来录制和播放video. 同时也有对于相关api的简单注释。-Early versions of Android platform did not support video recording and hence the developers were unable to create any video recording applications. With the release of SDK 1.5 (Cupcake) which is based on Linux Kernel 2.6.27, several new features and updates were introduced. This Android version supports video recording and playback. Android 1.5(Cupcake) and later releases(Donut and Eclair) have APIs for recording video. But, it is difficult to find relevant, lucid and simple articles that explain how to use the Android APIs for recording video. This article attempts to elucidate how to create an application to record and play video. There is also a brief explanation of related APIs.
Platform: | Size: 39936 | Author: 冯金凤 | Hits:

[androidSAE_SDK_Windows_1.0.5

Description: Android PHP 的开发包,在Android上面轻松使用PHP开发A-Android PHP development package
Platform: | Size: 3700736 | Author: tom | Hits:

[androidEmail_1[1].5

Description: Android平台的邮件系统,功能很强大,是外国某团队开发的开源代码。-failed to translatefailed to translatefailed to translatefailed to translatefailed to translatefailed to translate
Platform: | Size: 3425280 | Author: xueqifeng | Hits:

[androiddbus-1.5.0.tar

Description: Latest android bluetooth stack
Platform: | Size: 1848320 | Author: doris | Hits:

[androidandroid(1-5)

Description: android 游戏开发,里面是一些小游戏,适合作为入门级人员参考- the game in android,this are some demos,and suit for the new person to use
Platform: | Size: 1662976 | Author: 丛日昊 | Hits:

[OS Developandroid-1.5

Description: android source 源码 1.5版本-android source 1.5
Platform: | Size: 49461248 | Author: chen | Hits:

[androidmars5-1-5

Description: Android开发视频教程源码第五季1-5 最新版-Android development video tutorials Source fifth season 1-5 the latest version
Platform: | Size: 1473536 | Author: 风信子 | Hits:

[Successful incentiveasgmnt-1

Description: The version history of the Android mobile operating system began with the release of the Android beta in November 2007. The first commercial version, Android 1.0, was released in September 2008. Android is under ongoing development by Google and the Open Handset Alliance (OHA), and has seen a number of updates to its base operating system since its initial release. The most recent major Android update is Android 5.0 Lollipop , which was released on November 3, 2014. Since April 2009, Android versions have been developed under a confectionery-themed code name and released in alphabetical order, beginning with Android 1.5 Cupcake the earlier versions 1.0 and 1.1 were not released under specific code names:-The version history of the Android mobile operating system began with the release of the Android beta in November 2007. The first commercial version, Android 1.0, was released in September 2008. Android is under ongoing development by Google and the Open Handset Alliance (OHA), and has seen a number of updates to its base operating system since its initial release. The most recent major Android update is Android 5.0 Lollipop , which was released on November 3, 2014. Since April 2009, Android versions have been developed under a confectionery-themed code name and released in alphabetical order, beginning with Android 1.5 Cupcake the earlier versions 1.0 and 1.1 were not released under specific code names:
Platform: | Size: 10138624 | Author: mike | Hits:

[OtherAndroid_V5.1.5.5_build20151228_CN

Description: 海康android的sdk,目前官方只有windows和linux的(Haikang Android SDK, the current official only windows and Linux)
Platform: | Size: 7168000 | Author: 大汉111 | Hits:

[androidhellocharts-android-1.5.8

Description: HelloCharts for Android
Platform: | Size: 2046976 | Author: semaose | Hits:

[Otherksoap2-android-2.5.2.jar

Description: ksoap2-android-2.5.2.jar
Platform: | Size: 75776 | Author: sgrvaries | Hits:

[Other一元云购_CMS5.0.1宽屏无授权主程序

Description: PHP云购夺宝系统网站源码是一套深度集成云购插件的商城系统,精仿1元云购、泰享购等经典模板,始终考虑云购行业的站长需求,是一个真正的运营级云购系统; 云购夺宝系统(YunGouCMS)支持多模版(经典模版、官方模版、泰享购模版等)、多渠道(微信、Android、IOS、WAP端、PC端),并配套的提供以下成熟解决方案:免备案域名、免签支付接口、免审核短信通道、Https安全加密传输协议。 安装说明 服务器空间需要支持PHP5.3、5.4 + MySQL 解压源码将upload完整上传至服务器空间(PHP cloud purchase system website source code is a set of in-depth integration of cloud purchase plug-in shopping mall system, which precisely imitates the classic templates such as 1 yuan cloud purchase and taixiang purchase, and always considers the needs of the webmaster in the cloud purchase industry. It is a real operation level cloud purchase system; Yungoucms supports multi-channel (classic template, official template, taixianggou template, etc.), multi-channel (wechat, Android, IOS, WAP end, PC end), and provides the following mature solutions: no filing domain name, no signing payment interface, no auditing SMS channel, HTTPS security encryption transmission protocol. Installation instructions Server space needs to support PHP 5.3, 5.4 + MySQL Decompress the source code and upload the whole upload to the server space)
Platform: | Size: 8669184 | Author: 孙楠辉 | Hits:
« 1 23 4 5 6 7 8 9 10 ... 40 »

CodeBus www.codebus.net